home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MATH / RNDGEN10 / README < prev    next >
Text File  |  1993-12-06  |  1KB  |  28 lines

  1. File name: rndgen10.zip
  2. One line description: Random number generator for various distributions
  3. Replaces: none
  4. Suggested Garbo directory: /pc/math or /pc/turbopas
  5. Author: W. Gross
  6. e-mail address:  gross@aecds.exchi.uni-heidelberg.de
  7. Surface address: Dept. of Exp. Surgery, Univ. of Heidelberg,
  8.                  Im Neuenheimer Feld 347, D-69120 Heidelberg, Germany
  9. Special requirements: Turbo Pascal 6.0 and higher, optional: 386
  10. Shareware : NO
  11. Distribution limitations: NO
  12. Demo: NO
  13. Nagware: NO
  14. Self-documenting: Yes, some math knowledge required
  15. External documentation: No
  16. Source included: Yes
  17. Size zipped/original (in kb) : 6/15
  18. 10 lines description:
  19.   A set of TURBO PASCAL procedures is provided to generate pseudo
  20.   random numbers for uniform, exponential, normal, log-normal,
  21.   Poisson distribution and for uniform distribution on a sphere.
  22.   Procedures are build after well established algorithms found in
  23.   the literature. References are included.
  24.   Special feature: A fast and safe method to generate uniformly
  25.   distributed random numbers is used for [345]86 systems which
  26.   also creates good random vectors. This routine is written in
  27.   80386 assembler (either with TASM or TURBO PASCAL inline assembler).
  28.